type regexp.inputBytes

8 uses

	regexp (current package)
		exec.go#L51: 	bytes  inputBytes
		regexp.go#L428: type inputBytes struct {
		regexp.go#L432: func (i *inputBytes) step(pos int) (rune, int) {
		regexp.go#L443: func (i *inputBytes) canCheckPrefix() bool {
		regexp.go#L447: func (i *inputBytes) hasPrefix(re *Regexp) bool {
		regexp.go#L451: func (i *inputBytes) index(re *Regexp, pos int) int {
		regexp.go#L455: func (i *inputBytes) context(pos int) lazyFlag {
		regexp.go#L796: 				ib := inputBytes{str: b}